home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / README < prev    next >
Text File  |  1998-06-11  |  1KB  |  58 lines

  1. this is a source-dump of my QuakeTools project. it is an entry to a
  2. greater project of documenting quakes ans quakeIIs file-internals and
  3. a library to create and modify and show all of their files.
  4.  
  5. take a look in the doc-dir.
  6.  
  7. NOTE: most of the code uses gcc/egcs-extensions excessive, be ware of it,
  8.       if you try to compile.
  9.  
  10. people who wants to give their pennies to this project are welcome.
  11.  
  12.  current features in short:
  13.  
  14.         read/writes picture formats:
  15.         
  16.          ppm/pgm/png/jpg
  17.         
  18.         read/writes 3d formats:
  19.         
  20.          tddd
  21.          
  22.         read/writes quake formats:
  23.         
  24.          wad/(bsp/vis/lit/prt/h?/map)/pak/(qc/dat)/mip/lmp
  25.          
  26.         others:
  27.         
  28.          can compress wads
  29.          can do fs-dithering
  30.          can do smoothing
  31.          uses high quality mipmap-scaling
  32.          build in script-system with recursion-capabilities
  33.          can load pictures directly into bsps
  34.          uses less memory
  35.          error robust
  36.          can parse entire directories and perform the default actions to every file
  37.           and subdirectory
  38.          can extract bsp/pak recursively
  39.  
  40.     display:
  41.     
  42.      animateables lights
  43.      possiblity to visualise the process of qbsp and light
  44.      transparent water
  45.      splitted in system-independend and system-dependend parts
  46.      rudimenal game-capabilities
  47.  
  48.     executables:
  49.     
  50.      qbsp
  51.      light
  52.      rad
  53.      vis
  54.      qview
  55.      ppmdiff
  56.      qcc
  57.      qtools
  58.